This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
Subject: Notes Error: Field didnt pass validation formula
Feedback Type: Problem
Product Area: Notes Client
Technical Area: Application Development
Platform: Windows
Release: 8.5.3
Reproducible: Always
I have a form built that has three fields that are required fields. All three fields are combobox fields.
First field input validation code:
@If(!@IsDocBeingSaved; @Success; PmrTouchAT = ""; @Failure ("You must select PMR Touch"); @Success)
Second field input validation code:
@If(!@IsDocBeingSaved; @Success; ReqTypeAT = ""; @Failure ("You must select a request type"); @Success)
Third field input validation code:
@If(!@IsDocBeingSaved; @Success; SegmentTypeAT = ""; @Failure ("You must select a segment type"); @Success)
All the same except for field name. If I just open the form and hit save it gives me the expected errors for the first two fields but then it comes to the third field. It posts the error of "You must select a segment type". Has me it ok twice then pops up the Notes error of "field didnt pass validation formula".
Any ideas?
Feedback number WEBB9JGNPD created by ~Sigmund Nimtootexynds on 04/24/2014
Status: Open
Comments: